Skip to main content

getTechnicianDateWiseAvailability

getTechnicianDateWiseAvailability

Header Parameters
    authorization string required
Request Body required
    requesterUserUuid string
    dealerDepartmentUuidList string[]
    dealerUuid string
    platform string

    Possible values: [DEALER_APP, WEB, MOBILE_APP, DMS, TRANSPORTATION_EVENTS_CONSUMER]

    startDate string
    endDate string
    listOfTechnicians object[]
  • Array [
  • userUuid string
    departmentUuid string
    isValid boolean
    isMobileServiceTechnician boolean
  • ]
  • selectedQuickOpUuidList string[]
Responses

OK


Schema
    statusCode int32
    error object
    code string
    description string
    metadata object
    property name* string
    warnings object[]
  • Array [
  • code string
    description string
  • ]
  • technicianWiseAvailability object
    property name* DateWiseAvailabilityTimeline
    dateWiseAvailability object
    property name* object[]
  • Array [
  • startTime string
    endTime string
    isAvailable boolean
    unavailabilityReason string[]

    Possible values: [DEALERSHIP_CLOSED, DEALERSHIP_OFF_HOURS, DEALER_WEEKLY_OFF, DEALERSHIP_CLOSED_FOR_DATE, TECHNICIAN_WEEKLY_OFF, TECHNICIAN_DATE_WISE_OFF, TECHNICIAN_OFF_HOURS, APPOINTMENT_SCHEDULED, TRAVEL_TIME_FROM_PREV_APPT_UNAVAILABLE, SERVICE_TIME_UNAVAILABLE, TRAVEL_TIME_TO_NEXT_APPT_UNAVAILABLE, INTERNAL_ERROR, OPCODE_LEAD_TIME_UNAVAILABLE]

    slotMetadata object
    appointmentUUID string
  • ]
Loading...